home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry 2007 / Nejlepší české hry 2007.iso / hry / Hockey 2006 / game.swf / scripts / DefineButton2_211 / BUTTONCONDACTION on(release).as
Text File  |  2006-10-04  |  525b  |  24 lines

  1. on(release){
  2.    _root.z(_root.clicknuti);
  3.    _root.tym0 = _root.obr1._currentframe;
  4.    _root.tym1 = _root.obr2._currentframe;
  5.    _root.vybrany_tym = null;
  6.    if(_root.r1._currentframe == 2)
  7.    {
  8.       _root.vybrany_tym = 0;
  9.    }
  10.    if(_root.r2._currentframe == 2)
  11.    {
  12.       _root.vybrany_tym = 1;
  13.    }
  14.    if(_root.vybrany_tym != null)
  15.    {
  16.       _root.gotoAndStop("hraci");
  17.       _root.history = "zapas";
  18.    }
  19.    else if(_root.error1._visible == false)
  20.    {
  21.       _root.error1._visible = true;
  22.    }
  23. }
  24.